博客
关于我
超容易!一文掌握airtest自动化测试工具
阅读量:83 次
发布时间:2019-02-26

本文共 1589 字,大约阅读时间需要 5 分钟。

??Airtest??

??????????????????????????????????????Airtest???UI???????????????????????????Airtest???????????

??????????

?????????????????????????????????????????????????????????????????????????????

??Airtest???

??????UI??????????Airtest??????? 1. **??????**?????????????????????????????????????? 2. **????**??????????????????????????????????? 3. **????**?AirtestIDE???????????????????????????????????

??????

AirtestIDE?????????????????????????????? 1. ??Airtest???http://airtest.netease.com/???????Airtest??? 2. ????? - ????????????USB??? - Airtest??ADB???????????????????`adb devices`?????? 3. ??AirtestIDE??????????????

????????

?????????????????? - **??**?????????????? - **????**???`touch`?????????`sleep`??????? - **??**???`assert_exists`?????????`keyevent`???????

????????????

??????????????debug???????????????????????????? - debugmm.qq.com/?forcex5=true - debugtbs.qq.com - debugx5.qq.com?????????

????Python??Airtest??

Airtest????Python???????Python 3.5??????????????? 1. ??Python???????? 2. ??pip?????? ```bash pip install airtest pip install pocoui ``` 3. ??PyCharm????????????

??????????

from airtest.core.api import *  # ????  connect_device("Android:///")  # ????  start_app("com.pingan.certicationApp")  # ??????  touch(Template("image_of_a_button.png"))  # ????  swipe(Template("slide_start.png"), Template("slide_end.png"))  # ??  assert_exists(Template("success.png"))  # ????Home???  keyevent("BACK")  home()  # ????  uninstall("package_name_of_your_apk")

????????

??AllReportStartCMD.py???????????????????????????Jenkins??????????????????

??

????????????????????????????

转载地址:http://yyik.baihongyu.com/

你可能感兴趣的文章
oracle dblink结合同义词的用法 PLS-00352:无法访问另一数据库
查看>>
Oracle dbms_job.submit参数错误导致问题(ora-12011 无法执行1作业)
查看>>
oracle dg switchover,DG Switchover fails
查看>>
Oracle E-Business Suite软件 任意文件上传漏洞(CVE-2022-21587)
查看>>
Oracle EBS OPM 发放生产批
查看>>
Oracle EBS-SQL (BOM-15):检查多层BOM(含common BOM).sql
查看>>
Oracle EBS环境下查找数据源(OAF篇)
查看>>
oracle Extract 函数
查看>>
uni-app开发环境自动部署的一个误区(App running at...)
查看>>
Oracle GoldenGate Director安装和配置(无图)
查看>>
Oracle Goldengate在HP平台裸设备文件系统OGG-01028处理
查看>>
oracle instr函数详解
查看>>
Oracle Java所有版本的下载链接
查看>>
Oracle JDBC url的几种方式
查看>>
Oracle JDBC 连接卡死后 Connection Reset
查看>>
Oracle JDK vs OpenJDK
查看>>
ORACLE MERGE INTO (2)
查看>>
oracle ogg 单实例双向复制搭建(oracle-oracle)--Oracle GoldenGate
查看>>
Oracle ora-12514报错解决方法
查看>>
oracle ORA-14402 OGG-01296
查看>>